home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPRINTPAGEPRINTSERIESDIALOG / TPRINTPAGEPRINTSERIESDIALOG.txt < prev   
Text File  |  2001-10-17  |  1KB  |  77 lines

  1. object PrintPagePrintSeriesDialog: TPrintPagePrintSeriesDialog
  2.   Left = 200
  3.   Top = 214
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing page'
  7.   ClientHeight = 178
  8.   ClientWidth = 412
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ProgressLabel: TLabel
  20.     Left = 192
  21.     Top = 86
  22.     Width = 20
  23.     Height = 13
  24.     Caption = '55%'
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 16
  29.     Width = 32
  30.     Height = 13
  31.     Caption = 'Label1'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 64
  35.     Top = 48
  36.     Width = 321
  37.     Height = 28
  38.     AutoSize = False
  39.     Caption = 'PrintPagePrintSeriesDialog (Unit 24.cpp)'
  40.   end
  41.   object Label0: TLabel
  42.     Left = 334
  43.     Top = 16
  44.     Width = 32
  45.     Height = 13
  46.     Caption = 'Label0'
  47.   end
  48.   object Image1: TImage
  49.     Left = 24
  50.     Top = 40
  51.     Width = 32
  52.     Height = 32
  53.     Picture.Data = {<image000.ico>}
  54.     Stretch = True
  55.   end
  56.   object ProgressBar1: TProgressBar
  57.     Left = 24
  58.     Top = 112
  59.     Width = 361
  60.     Height = 16
  61.     Min = 0
  62.     Max = 100
  63.     TabOrder = 0
  64.   end
  65.   object CancelBtn: TButton
  66.     Left = 175
  67.     Top = 142
  68.     Width = 60
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     Default = True
  72.     ModalResult = 2
  73.     TabOrder = 1
  74.     OnClick = CancelBtnClick
  75.   end
  76. end
  77.